WebKit export of https://bugs.webkit.org/show_bug.cgi?id=196090 (#15983) 
diff --git a/webrtc/RTCRtpTransceiver-stop.html b/webrtc/RTCRtpTransceiver-stop.html index b45e03b..4f57dc7 100644 --- a/webrtc/RTCRtpTransceiver-stop.html +++ b/webrtc/RTCRtpTransceiver-stop.html 
@@ -60,7 +60,7 @@  const offer = await pc1.createOffer();    assert_true(offer.sdp.includes("a=sendonly"), "The audio m-section should be sendonly"); -}, "A stopped sendonly transceiver should generate an inactive m-section in the offer"); +}, "A stopped sendonly transceiver should generate a sendonly m-section in the offer");    promise_test(async (t)=> {  const pc1 = new RTCPeerConnection();